home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
untcnvrs.sit
/
Unit Conversion
/
background_3044.txt
< prev
next >
Wrap
Text File
|
1990-11-02
|
2KB
|
113 lines
-- background: 3044 from stack: in
-- bmap block id: 4187
-- flags: 4000
-- background id: 0
-- name: MainBackground
----- HyperTalk script -----
on openBackground
hide menubar
end openBackground
-- part 5 (button)
-- low flags: 00
-- high flags: 2002
-- rect: left=39 top=288 right=323 bottom=73
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 7 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=41 top=47 right=119 bottom=230
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 14
-- text size: 24
-- style flags: 8448
-- line height: 32
-- part name: CardTitle
-- part 26 (field)
-- low flags: 00
-- high flags: 2004
-- rect: left=54 top=164 right=191 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 14
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: toconvert
-- part 27 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=56 top=247 right=272 bottom=220
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 14
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: answer
-- part 28 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=182 top=115 right=137 bottom=228
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Clear
----- HyperTalk script -----
on mouseUp
put empty into background field "toconvert"
put empty into background field "answer"
click at the loc of background field "toconvert"
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=195 top=288 right=323 bottom=232
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: MainMenu
----- HyperTalk script -----
on mouseUp
visual effect zoom close
go to card TitleCard
end mouseUp